runtime.traceMapNode.children (field)
6 uses
runtime (current package)
tracemap.go#L49: children [4]atomic.UnsafePointer // *traceMapNode (can't use generics because it's notinheap)
tracemap.go#L110: m = &n.children[hashIter>>(8*goarch.PtrSize-2)]
tracestack.go#L194: for i := range node.children {
tracestack.go#L195: child := node.children[i].Load()
tracetype.go#L74: for i := range node.children {
tracetype.go#L75: child := node.children[i].Load()
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |